body {
	font-family: verdana, arial. sans-serif;
	background-color:#fcfcfc;
	background-image:url(images/section.png);
	color: #202020;
	font-size: 12pt;
	line-height: 1.5;
}



p, h1, h2, h3, h4, h5, h6 { margin: 0.5em 0em; }
h1 {
	font-size:32pt;
	font-family: 'Arial', 'Tahoma', sans-serif;
	font-weight:bold;
	color:#669900;
	filter:glow(color=#8d3821,strength=20);
	margin-top: 0.5em;
}

h2{
	font-size:16pt;
	font-family: 'Arial', 'Tahoma', sans-serif;
	line-height: 16pt;
	font-weight:bold;
	color:#666633;
	filter:glow(color=#8d3821,strength=20);
	margin-top: 1em;
	margin-bottom: 0em;
}


.em{
	color: #669900;
	font-size: 11pt;
	font-weight: bold;
}
.em2{
	color: #666633;
	font-size: 14pt;
	font-weight: bold;
}
.comment{
	color: #666633;
	font-size: 11pt;
}

a:link{color: #669933}
a:visited{color: #336600}
a:active{color: orange}
